What causes the Error in UpdateRecips error message?

Error in UpdateRecips(): GlobalRecip.code:<> is invalid for GlobalRecip.name:<Insured>. You may be flushing too much of the form set.

First possible cause

There is a line in the SETRCPTB.DAT file that is trying to reference a recipient named Insured; however, there is no reference to that recipient in the AFGJOB.JDT file. The appropriate reference should look like this:

IfRecipUsed;2;BATCH2=Insured;

Resolution

Place the correct reference to the recipient and batch in AFGJOB.JDT file.